vendor/golang.org/x/text/unicode/bidi.bidiTrie.lookupValue (method)

19 uses

	vendor/golang.org/x/text/unicode/bidi (current package)
		prop.go#L101: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L117: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L139: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		prop.go#L164: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L180: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L202: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		tables15.0.0.go#L36: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L52: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L74: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L89: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L93: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L97: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L121: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L137: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L159: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L174: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L178: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L182: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L195: func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {